gdk: Add gdk_cursor_get_surface()
authorAlexander Larsson <alexl@redhat.com>
Tue, 6 Aug 2013 14:21:05 +0000 (16:21 +0200)
committerAlexander Larsson <alexl@redhat.com>
Wed, 7 Aug 2013 11:34:10 +0000 (13:34 +0200)
commit71fe43543c765f12b22e7c6508ed4d58ea5075a6
tree5024e369e507f4e9031ed5333b39c695a3b9b16c
parent54f5e4af53f520fa621218e02110c40286975513
gdk: Add gdk_cursor_get_surface()

We want a surface so we can properly represent the scale factor for it.
All backends are converted to use surfaces and we reimplement the
backwards compat code in the generic code.
gdk/broadway/gdkcursor-broadway.c
gdk/gdkcursor.c
gdk/gdkcursor.h
gdk/gdkcursorprivate.h
gdk/quartz/gdkcursor-quartz.c
gdk/wayland/gdkcursor-wayland.c
gdk/win32/gdkcursor-win32.c
gdk/x11/gdkcursor-x11.c